home *** CD-ROM | disk | FTP | other *** search
/ Yellows - Privacy (Deluxe) / Akira Gomi Photographs - Yellows: Privacy (Deluxe) - Disc 1.iso / footage / pict17.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  1996-07-10  |  317 b   |  15 lines

  1. on exitFrame
  2.   set the visible of sprite 22 to 1
  3.   set the puppet of sprite 24 to 1
  4.   if rollOver(35) then
  5.     cursorcontrol(35)
  6.     set the keyDownScript to "checkkey0"
  7.   else
  8.     set the visible of sprite 48 to 0
  9.     updateStage()
  10.     cursor(-1)
  11.     go("from")
  12.     set the keyDownScript to "checkkey0"
  13.   end if
  14. end
  15.